home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1461.dms / var1461.adf / GraphicalTricks / Example9.c < prev    next >
Text File  |  1992-05-18  |  4KB  |  88 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: GraphicalTricks             Tulevagen 22       */
  8. /* File:    Example9.c                  181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-04-29                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* This example demonstrates how you can write a "Text Scroller". */
  21. /* It can use fonts of any size, and will automatically adjust    */
  22. /* the size of the display. To make the scrolling smooth and nice */
  23. /* are we using a double buffered display.                        */
  24. /*                                                                */
  25. /* Synopsis: Example9 <fontname.font> <size> <textfile>           */
  26. /* fontname: Name of the font you want to use. Eg: Coop.font      */
  27. /* size:     Height of the font.               Eg: 42             */
  28. /* textfile: File name of the text file. The characters in the    */
  29. /*           file will be printed.             Eg: Text.doc       */
  30. /*                                                                */
  31. /* E.g.: Example9 Coop.font 42 Text.doc                           */
  32.  
  33. I am sorry but this file is only available for registered
  34. members. 
  35.  
  36. The registration fee is only £30, $60, SEK 300, or similar
  37. amount in your own currency (price includes everything). The
  38. Amiga C Encyclopedia is the largest collection of documents,
  39. examples and utilities in C for the Amiga and it is still among
  40. the cheapest manuals. But this is not all, a registered owner
  41. will also get:
  42.  
  43.   1. Two disks containing the last parts of the encyclopedia.
  44.      The disks will be sent by first class air mail.
  45.  
  46.   2. Registration card for the Amiga C Club (ACC).
  47.  
  48.   3. Immediate information about updates.
  49.  
  50.   4. Updated versions of the encyclopedia for only the cost of
  51.      disks plus postage and packing.
  52.  
  53.   5. Assistance with digitizing colour pictures and sampling
  54.      sound effects.
  55.  
  56.   6. Unlimited help with your C programs. You never have to be
  57.      alone with your problems.
  58.  
  59.   7. The right to use parts of the manual in your own
  60.      commercial/non-commercial programs/articles.
  61.  
  62. Can any other manual give you all this???
  63.  
  64. The simplest way of paying is to include the money in a letter
  65. in cash. US dollar bills, English pounds or Swedish SEK are
  66. preferred, but all currencies are accepted. You can also send
  67. the money as a "Postal Money Order", ask your local bank or
  68. post office. Please do not use cheques. It is sadly extremely
  69. expensive to cash a foreign cheque here in Sweden.
  70.  
  71. If you live in Scandinavia you can send the money to "Svenska
  72. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  73. mottagare: Datra".
  74.  
  75. Please send the registration fee together with your complete
  76. address to:
  77.  
  78.   Datra, Amiga C Club
  79.   Anders Bjeri
  80.   Tulevagen 22
  81.   181 41  LIDINGO
  82.   SWEDEN
  83.  
  84. I have worked for more than four years now with this
  85. encyclopedia, and with your help I can continue to improve it.
  86.  
  87. Happy programming!!!
  88.